aboutsummaryrefslogtreecommitdiff
path: root/src/app/video/[animeId]
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/video/[animeId]')
-rw-r--r--src/app/video/[animeId]/page.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/video/[animeId]/page.js b/src/app/video/[animeId]/page.js
index 44ef429..d7e68f9 100644
--- a/src/app/video/[animeId]/page.js
+++ b/src/app/video/[animeId]/page.js
@@ -22,7 +22,7 @@ export default async function Video({ params }) {
{last_two} - {remainingWords}
</p>
<MediaPlayer
- title="Test Player"
+ title={words}
src={link}
className="testPlayer"
playsInline